check_http8080

2021年8月4日—Thecheckworkon8080portbydefaultbuttheoneabletoredefinetootherport.Itriedtouseimplicitlyandexplicitlytheportnumber8080 ...,2022年2月15日—IfIconfigureasimplehttpcheckwithaproxyonport8080,CheckMKwilladdthatporttothehostheader,whichisshouldnotdo.curlworks ...,2020年9月29日—HelloIwanttocheckthewebisterunningonport8080,thatportisclosedfromthemonitoringserver.HowdocanIcheckitfromtheagent...

Strange flapping behavior of custom http check service ...

2021年8月4日 — The check work on 8080 port by default but the one able to redefine to other port. I tried to use implicitly and explicitly the port number 8080 ...

Http_check proxy problems

2022年2月15日 — If I configure a simple http check with a proxy on port 8080, CheckMK will add that port to the host header, which is should not do. curl works ...

Check_http through agent

2020年9月29日 — Hello I want to check the webiste running on port 8080, that port is closed from the monitoring server. How do can I check it from the agent ...

Nagios

2016年7月29日 — You can specify the port number directly in the command but you will must create one command per tested port. Or you can create a custom ...

check_http throwing CRITICAL

2021年2月19日 — Hi, I am using check_http plugin and url is working fine but while checking on nagiosxi it is showing ssl connection issue as shown below.

How to post json with check_http

2014年3月14日 — I am trying to POST JSON string in the check_http command as follows: /usr/local/nagios/libexec/check_http -H localhost -p 8080 -u /service ...

http_check different port

check_http works fine: ./check_http -H 10.0.0.222 -p 8080. HTTP OK: HTTP/1.0 302 Found - 425 bytes in 0.311 second response time |time=0.311228s;;;0.000000 ...

Nagios check_http checking private IP

2015年3月6日 — # ./check_http -H host2privateIP -p 8080 -w 5 -c 10 connect to address host2privateIP and port 8080: Connection refused HTTP CRITICAL ...

check_http --ssl still checking HTTP

2020年4月14日 — Hello everybody, I'm working to check certificate expiration, I use for that the script check_http. It's work well, but I noticed that in ...

check_http

2016年6月30日 — Hi All We are using Nagios Core 4.0.8. And we are using Check_by method instead of NRPE. We are trying to monitor json in our web server.